Logger

interface Logger

Inheritors

Types

Link copied to clipboard
object NoOp : Logger

Functions

Link copied to clipboard
abstract fun debug(tag: String, message: String)
Link copied to clipboard
abstract fun error(tag: String, message: String, throwable: Throwable? = null)
Link copied to clipboard
abstract fun info(tag: String, message: String)